home *** CD-ROM | disk | FTP | other *** search
-
- * CLS.asm 13-Jan-88 by David Czaya PLink -Dave-
- *
- * The arp.library (vers. 31 or higher) MUST be
- * present for this program to function!
-
-
- This is a 164 byte CLEAR SCREEN ($0C) program for use by those who have
- the arp.library (vers. 31.00 or higher) available. If you do not have the
- library, the program will simply exit.
-
- CLS calls upon the Printf() function in the library to send a FF ($0C)
- character to the current output stream. Heavy stuff! ;-)
-
- Anyways, I think a CLS command is practically a necessity and I'm surprised
- that C= didn't bother with one!
-
-